[INFO] cloning repository https://github.com/meshach567/transaction_decoder
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/meshach567/transaction_decoder" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmeshach567%2Ftransaction_decoder", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmeshach567%2Ftransaction_decoder'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 85268ff872816981293f3fe4a5bdb8414a53b9e1
[INFO] fixing meshach567/transaction_decoder against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmeshach567%2Ftransaction_decoder" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/meshach567/transaction_decoder
[INFO] finished tweaking git repo https://github.com/meshach567/transaction_decoder
[INFO] tweaked toml for git repo https://github.com/meshach567/transaction_decoder written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/meshach567/transaction_decoder on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/meshach567/transaction_decoder already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3b592ce6ac0c816677b622b8f161072c8fafa0e43d9047790e720c301b90875a
[INFO] running `Command { std: "docker" "start" "3b592ce6ac0c816677b622b8f161072c8fafa0e43d9047790e720c301b90875a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3b592ce6ac0c816677b622b8f161072c8fafa0e43d9047790e720c301b90875a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3b592ce6ac0c816677b622b8f161072c8fafa0e43d9047790e720c301b90875a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3b592ce6ac0c816677b622b8f161072c8fafa0e43d9047790e720c301b90875a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling serde_json v1.0.141
[INFO] [stderr]     Checking cfg-if v1.0.1
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]     Checking transaction_decoder v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: expected `;` or `]`, found `,`
[INFO] [stdout]   --> src/main.rs:57:55
[INFO] [stdout]    |
[INFO] [stdout] 57 | fn hash_key_transaction(raw_transaction: &[u8]) -> [u8, 32] {
[INFO] [stdout]    |                                                       ^ expected `;` or `]`
[INFO] [stdout]    |
[INFO] [stdout] help: you might have meant to use `;` as the separator
[INFO] [stdout]    |
[INFO] [stdout] 57 - fn hash_key_transaction(raw_transaction: &[u8]) -> [u8, 32] {
[INFO] [stdout] 57 + fn hash_key_transaction(raw_transaction: &[u8]) -> [u8; 32] {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;` or `]`, found `,`
[INFO] [stdout]   --> src/main.rs:57:55
[INFO] [stdout]    |
[INFO] [stdout] 57 | fn hash_key_transaction(raw_transaction: &[u8]) -> [u8, 32] {
[INFO] [stdout]    |                                                       ^ expected `;` or `]`
[INFO] [stdout]    |
[INFO] [stdout] help: you might have meant to use `;` as the separator
[INFO] [stdout]    |
[INFO] [stdout] 57 - fn hash_key_transaction(raw_transaction: &[u8]) -> [u8, 32] {
[INFO] [stdout] 57 + fn hash_key_transaction(raw_transaction: &[u8]) -> [u8; 32] {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Sha256` in this scope
[INFO] [stdout]   --> src/main.rs:58:22
[INFO] [stdout]    |
[INFO] [stdout] 58 |     let mut hasher = Sha256::new();
[INFO] [stdout]    |                      ^^^^^^ use of undeclared type `Sha256`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  1 + use sha2::Sha256;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Sha256` in this scope
[INFO] [stdout]   --> src/main.rs:62:22
[INFO] [stdout]    |
[INFO] [stdout] 62 |     let mut hasher = Sha256::new();
[INFO] [stdout]    |                      ^^^^^^ use of undeclared type `Sha256`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  1 + use sha2::Sha256;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Cursor` in this scope
[INFO] [stdout]    --> src/main.rs:125:25
[INFO] [stdout]     |
[INFO] [stdout] 125 |         let mut bytes = Cursor::new(&[1_u8]);
[INFO] [stdout]     |                         ^^^^^^ use of undeclared type `Cursor`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout] 120 +     use std::collections::btree_map::Cursor;
[INFO] [stdout]     |
[INFO] [stdout] 120 +     use std::collections::btree_set::Cursor;
[INFO] [stdout]     |
[INFO] [stdout] 120 +     use std::collections::linked_list::Cursor;
[INFO] [stdout]     |
[INFO] [stdout] 120 +     use std::io::Cursor;
[INFO] [stdout]     |
[INFO] [stdout]     = and 1 other candidate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Cursor` in this scope
[INFO] [stdout]    --> src/main.rs:129:25
[INFO] [stdout]     |
[INFO] [stdout] 129 |         let mut bytes = Cursor::new(&[253_u8, 0, 1]);
[INFO] [stdout]     |                         ^^^^^^ use of undeclared type `Cursor`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout] 120 +     use std::collections::btree_map::Cursor;
[INFO] [stdout]     |
[INFO] [stdout] 120 +     use std::collections::btree_set::Cursor;
[INFO] [stdout]     |
[INFO] [stdout] 120 +     use std::collections::linked_list::Cursor;
[INFO] [stdout]     |
[INFO] [stdout] 120 +     use std::io::Cursor;
[INFO] [stdout]     |
[INFO] [stdout]     = and 1 other candidate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Cursor` in this scope
[INFO] [stdout]    --> src/main.rs:133:25
[INFO] [stdout]     |
[INFO] [stdout] 133 |         let mut bytes = Cursor::new(&[254_u8, 0, 0, 1, 0]);
[INFO] [stdout]     |                         ^^^^^^ use of undeclared type `Cursor`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout] 120 +     use std::collections::btree_map::Cursor;
[INFO] [stdout]     |
[INFO] [stdout] 120 +     use std::collections::btree_set::Cursor;
[INFO] [stdout]     |
[INFO] [stdout] 120 +     use std::collections::linked_list::Cursor;
[INFO] [stdout]     |
[INFO] [stdout] 120 +     use std::io::Cursor;
[INFO] [stdout]     |
[INFO] [stdout]     = and 1 other candidate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Cursor` in this scope
[INFO] [stdout]    --> src/main.rs:137:25
[INFO] [stdout]     |
[INFO] [stdout] 137 |         let mut bytes = Cursor::new(&[255_u8, 0, 0, 0, 0, 0, 0, 0, 1]);
[INFO] [stdout]     |                         ^^^^^^ use of undeclared type `Cursor`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout] 120 +     use std::collections::btree_map::Cursor;
[INFO] [stdout]     |
[INFO] [stdout] 120 +     use std::collections::btree_set::Cursor;
[INFO] [stdout]     |
[INFO] [stdout] 120 +     use std::collections::linked_list::Cursor;
[INFO] [stdout]     |
[INFO] [stdout] 120 +     use std::io::Cursor;
[INFO] [stdout]     |
[INFO] [stdout]     = and 1 other candidate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Sha256` in this scope
[INFO] [stdout]   --> src/main.rs:58:22
[INFO] [stdout]    |
[INFO] [stdout] 58 |     let mut hasher = Sha256::new();
[INFO] [stdout]    |                      ^^^^^^ use of undeclared type `Sha256`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  1 + use sha2::Sha256;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Sha256` in this scope
[INFO] [stdout]   --> src/main.rs:62:22
[INFO] [stdout]    |
[INFO] [stdout] 62 |     let mut hasher = Sha256::new();
[INFO] [stdout]    |                      ^^^^^^ use of undeclared type `Sha256`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  1 + use sha2::Sha256;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/main.rs:57:52
[INFO] [stdout]    |
[INFO] [stdout] 57 | fn hash_key_transaction(raw_transaction: &[u8]) -> [u8, 32] {
[INFO] [stdout]    |    --------------------                            ^^^^^^^^ expected `[u8; 32]`, found `()`
[INFO] [stdout]    |    |
[INFO] [stdout]    |    implicitly returns `()` as its body has no tail or `return` expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/main.rs:57:52
[INFO] [stdout]    |
[INFO] [stdout] 57 | fn hash_key_transaction(raw_transaction: &[u8]) -> [u8, 32] {
[INFO] [stdout]    |    --------------------                            ^^^^^^^^ expected `[u8; 32]`, found `()`
[INFO] [stdout]    |    |
[INFO] [stdout]    |    implicitly returns `()` as its body has no tail or `return` expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `transaction_decoder` (bin "transaction_decoder" test) due to 8 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `transaction_decoder` (bin "transaction_decoder") due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "3b592ce6ac0c816677b622b8f161072c8fafa0e43d9047790e720c301b90875a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b592ce6ac0c816677b622b8f161072c8fafa0e43d9047790e720c301b90875a", kill_on_drop: false }`
[INFO] [stdout] 3b592ce6ac0c816677b622b8f161072c8fafa0e43d9047790e720c301b90875a
